home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / TCL1 / GRAPH_FO / CFONTORA.H < prev    next >
Text File  |  1991-02-15  |  541b  |  23 lines

  1. /******************************************************************************
  2.     CFontorama.h
  3.  
  4.         A panorama that supports Font and Size menus.
  5.  
  6.     SUPERCLASS = CPanorama.h
  7.  
  8.     Copyright ⌐ 1991 Maarten Meijer. All rights reserved.
  9.         CIS 100016,1764; FidoNet 2:512/114
  10. *******************************************************************************/
  11.  
  12. #define _H_CFontorama
  13.  
  14. #include <CPanorama.h>
  15.  
  16. /* class definition */
  17. struct CFontorama : CPanorama {
  18.                 /** Instance Methods **/
  19.     void        DoCommand(long theCommand);
  20.     void        UpdateMenus(void);
  21. };
  22.  
  23.